POV-Ray : Newsgroups : povray.general : From a normal to an angle? : Re: From a normal to an angle? Server Time
31 Jul 2024 22:13:25 EDT (-0400)
  Re: From a normal to an angle?  
From: Tim McMurdo
Date: 19 Aug 2006 17:05:01
Message: <web.44e77cee2c8bed1ce921dc270@news.povray.org>
I forgot the code...oops!

                #declare Target =
                        object {NiagaraHull_1C_
                              scale 330
                              rotate<0,-90,0>
                              translate<1000,-1000,00>


                        }
                #declare Norm = <0, 0, 0>;
                #declare Start = <-3496,5000,0>;
                #declare Inter =trace ( Target, Start, <0, -1, 0>, Norm );



                object{MainFifeRail Reorient_Trans(<0,1,0>,  Norm) translate
Inter}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.